Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 5 pull requests #64594

Closed
wants to merge 24 commits into from
Closed

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Sep 18, 2019

Successful merges:

Failed merges:

r? @ghost

andjo403 and others added 24 commits September 14, 2019 10:49
there is a soft-error for older toolchains
from https://reviews.llvm.org/D57264 in preparation for the
hard error in https://reviews.llvm.org/D66188
This can be removed once dataflow-based const validation is merged.
This commit changes our CI to use two separate IAM users to
authenticate with AWS:

* ci--rust-lang--rust--sccache: has access to the rust-lang-ci-sccache2
  S3 bucket and its credentials are available during the whole build.
* ci--rust-lang--rust--upload: has access to the rust-lang-ci2 S3 bucket
  and its credentials are available just during the upload step.

The new tokens are available in the `prod-credentials` library.
Update installed compiler dependencies

As llvm have updated the minimum toolchain
https://reviews.llvm.org/D66188
Polonius: more `ui` test suite fixes

Since rust-lang#62736, new tests have been added, and the `run-pass` suite was merged into the `ui` suite.

This PR adds the missing tests expectations for Polonius, and updates the existing ones where the NLL output has changed in some manner (e.g. ordering of notes)

Those are the trivial cases, but a more-detailed explanation is available [in this write-up](https://hackmd.io/CjYB0fs4Q9CweyeTdKWyEg?both#26-async-awaitasync-borrowck-escaping-closure-errorrs-outputs-from-NLL-Polonius-diff) starting at test case 26: they are only differing in diagnostics and instances of other existing test cases differences.

Only 3 of the 9020 tests are still "failing" at the moment (1 failure, 2 OOMs).

r? @nikomatsakis
…oli-obk

A more generic interface for dataflow analysis

rust-lang#64470 requires a transfer function that is slightly more complex than the typical `gen`/`kill` one. Namely, it must copy state bits between locals when assignments occur (see rust-lang#62547 for an attempt to make this fit into the existing framework). This PR contains a dataflow interface that allows for arbitrary transfer functions. The trade-off is efficiency: we can no longer coalesce transfer functions for blocks and must visit each statement individually while iterating to fixpoint.

Another issue is that poorly behaved transfer functions can result in an analysis that fails to converge. `gen`/`kill` sets do not have this problem. I believe that, in order to guarantee convergence, flipping a bit from `false` to `true` in the entry set cannot cause an output bit to go from `true` to `false` (negate all preceding booleans when `true` is the bottom value). Perhaps someone with a more formal background can confirm and we can add a section to the docs?

This approach is not maximally generic: it still requires that the lattice used for analysis is the powerset of values of `Analysis::Idx` for the `mir::Body` of interest. This can be done at a later date. Also, this is the bare minimum to get rust-lang#64470 working. I've not adapted the existing debug framework to work with the new analysis, so there are no `rustc_peek` tests either. I'm planning to do this after rust-lang#64470 is merged.

Finally, my ultimate plan is to make the existing, `gen`/`kill`-based `BitDenotation` a special case of `generic::Analysis`. Currently they share a ton of code. I should be able to do this without changing any implementers of `BitDenotation`. Something like:

```rust
struct GenKillAnalysis<A: BitDenotation> {
    trans_for_block: IndexVec<BasicBlock, GenKillSet<A::Idx>>,
    analysis: A,
}

impl<A> generic::Analysis for GenKillAnalysis<A> {
    // specializations of `apply_{partial,whole}_block_effect`...
}
```

r? @pnkfelix
…excrichton

ci: split aws credentials in two separate users with scoped perms

This commit changes our CI to use two separate IAM users to authenticate with AWS:

* `ci--rust-lang--rust--sccache`: has access to the `rust-lang-ci-sccache2` S3 bucket and its credentials are available during the whole build.
* `ci--rust-lang--rust--upload`: has access to the `rust-lang-ci2` S3 bucket and its credentials are available just during the upload step.

The new tokens are available in the `prod-credentials` library.

r? @alexcrichton
…ievink

Fix a minor grammar nit, update UI tests

Minor fix, but I noticed it while debugging some code
@Centril
Copy link
Contributor Author

Centril commented Sep 18, 2019

@bors r+ p=5 rollup=never

@bors
Copy link
Contributor

bors commented Sep 18, 2019

📌 Commit 7aa65bf has been approved by Centril

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Sep 18, 2019
@bors
Copy link
Contributor

bors commented Sep 18, 2019

⌛ Testing commit 7aa65bf with merge 26918565d4693ae244e39972cdf6e533567e6821...

@rust-highfive
Copy link
Collaborator

The job dist-android of your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
2019-09-19T01:10:25.9612018Z -rw-rw-r-- 1 vsts vsts   15770964 Sep 19 01:05 rust-std-nightly-thumbv7neon-linux-androideabi.tar.xz
2019-09-19T01:10:25.9612706Z -rw-rw-r-- 1 vsts vsts   21773943 Sep 19 01:09 rust-std-nightly-x86_64-linux-android.tar.gz
2019-09-19T01:10:25.9613189Z -rw-rw-r-- 1 vsts vsts   16457148 Sep 19 01:10 rust-std-nightly-x86_64-linux-android.tar.xz
2019-09-19T01:10:25.9613806Z Attempting with retry: aws s3 cp --no-progress --recursive --acl public-read ./obj/build/dist s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821
2019-09-19T01:10:27.0293830Z upload failed: obj/build/dist/rust-analysis-nightly-aarch64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-aarch64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:27.0314814Z upload failed: obj/build/dist/image-dist-android.txt to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/image-dist-android.txt Unable to locate credentials
2019-09-19T01:10:27.0353057Z upload failed: obj/build/dist/rust-analysis-nightly-aarch64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-aarch64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:27.0372775Z upload failed: obj/build/dist/rust-analysis-nightly-arm-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-arm-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:27.0596499Z upload failed: obj/build/dist/rust-analysis-nightly-arm-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-arm-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:27.0599002Z upload failed: obj/build/dist/rust-analysis-nightly-armv7-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-armv7-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:27.0648247Z upload failed: obj/build/dist/rust-analysis-nightly-armv7-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-armv7-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:27.0668057Z upload failed: obj/build/dist/rust-analysis-nightly-x86_64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-x86_64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:27.0714190Z upload failed: obj/build/dist/rust-analysis-nightly-i686-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-i686-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:27.0939408Z upload failed: obj/build/dist/rust-std-nightly-arm-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-arm-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:27.0944710Z upload failed: obj/build/dist/rust-std-nightly-arm-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-arm-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:27.0953069Z upload failed: obj/build/dist/rust-std-nightly-armv7-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-armv7-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:27.0954279Z upload failed: obj/build/dist/rust-std-nightly-i686-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-i686-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:27.0955723Z upload failed: obj/build/dist/rust-std-nightly-i686-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-i686-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:27.0956841Z upload failed: obj/build/dist/rust-std-nightly-thumbv7neon-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-thumbv7neon-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:27.0957883Z upload failed: obj/build/dist/rust-std-nightly-thumbv7neon-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-thumbv7neon-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:27.0958782Z upload failed: obj/build/dist/rust-std-nightly-x86_64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-x86_64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:27.0960446Z upload failed: obj/build/dist/rust-std-nightly-x86_64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-x86_64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:27.0974756Z upload failed: obj/build/dist/rust-std-nightly-aarch64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-aarch64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:27.1036408Z upload failed: obj/build/dist/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:27.1038544Z upload failed: obj/build/dist/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:27.1039205Z upload failed: obj/build/dist/rust-analysis-nightly-x86_64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-x86_64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:27.1040218Z upload failed: obj/build/dist/rust-std-nightly-aarch64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-aarch64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:27.1040902Z upload failed: obj/build/dist/rust-std-nightly-armv7-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-armv7-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:27.1074081Z upload failed: obj/build/dist/rust-analysis-nightly-i686-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-i686-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:28.2034619Z Command failed. Attempt 2/5:
2019-09-19T01:10:28.8640101Z upload failed: obj/build/dist/image-dist-android.txt to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/image-dist-android.txt Unable to locate credentials
2019-09-19T01:10:28.8691098Z upload failed: obj/build/dist/rust-analysis-nightly-aarch64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-aarch64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:28.8712465Z upload failed: obj/build/dist/rust-analysis-nightly-aarch64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-aarch64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:28.8738522Z upload failed: obj/build/dist/rust-analysis-nightly-arm-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-arm-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:28.8842906Z upload failed: obj/build/dist/rust-analysis-nightly-arm-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-arm-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:28.8991404Z upload failed: obj/build/dist/rust-analysis-nightly-armv7-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-armv7-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:28.8992368Z upload failed: obj/build/dist/rust-analysis-nightly-i686-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-i686-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:28.8993312Z upload failed: obj/build/dist/rust-analysis-nightly-i686-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-i686-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:28.9049391Z upload failed: obj/build/dist/rust-analysis-nightly-armv7-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-armv7-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:28.9095145Z upload failed: obj/build/dist/rust-std-nightly-aarch64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-aarch64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:28.9167982Z upload failed: obj/build/dist/rust-std-nightly-armv7-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-armv7-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:28.9193021Z upload failed: obj/build/dist/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:28.9194331Z upload failed: obj/build/dist/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:28.9242415Z upload failed: obj/build/dist/rust-analysis-nightly-x86_64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-x86_64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:28.9255159Z upload failed: obj/build/dist/rust-std-nightly-arm-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-arm-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:28.9267858Z upload failed: obj/build/dist/rust-std-nightly-aarch64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-aarch64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:28.9293755Z upload failed: obj/build/dist/rust-std-nightly-i686-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-i686-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:28.9300233Z upload failed: obj/build/dist/rust-std-nightly-i686-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-i686-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:28.9347581Z upload failed: obj/build/dist/rust-std-nightly-armv7-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-armv7-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:28.9388031Z upload failed: obj/build/dist/rust-std-nightly-thumbv7neon-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-thumbv7neon-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:28.9389089Z upload failed: obj/build/dist/rust-std-nightly-x86_64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-x86_64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:28.9390723Z upload failed: obj/build/dist/rust-std-nightly-arm-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-arm-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:28.9392004Z upload failed: obj/build/dist/rust-std-nightly-thumbv7neon-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-thumbv7neon-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:28.9401033Z upload failed: obj/build/dist/rust-analysis-nightly-x86_64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-x86_64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:28.9416271Z upload failed: obj/build/dist/rust-std-nightly-x86_64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-x86_64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:31.0410717Z Command failed. Attempt 3/5:
2019-09-19T01:10:31.7162538Z upload failed: obj/build/dist/image-dist-android.txt to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/image-dist-android.txt Unable to locate credentials
2019-09-19T01:10:31.7185484Z upload failed: obj/build/dist/rust-analysis-nightly-aarch64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-aarch64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:31.7257287Z upload failed: obj/build/dist/rust-analysis-nightly-aarch64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-aarch64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7374796Z upload failed: obj/build/dist/rust-analysis-nightly-arm-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-arm-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7404404Z upload failed: obj/build/dist/rust-analysis-nightly-arm-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-arm-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:31.7463581Z upload failed: obj/build/dist/rust-analysis-nightly-armv7-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-armv7-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:31.7537496Z upload failed: obj/build/dist/rust-analysis-nightly-x86_64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-x86_64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7558294Z upload failed: obj/build/dist/rust-analysis-nightly-armv7-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-armv7-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7558942Z upload failed: obj/build/dist/rust-analysis-nightly-x86_64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-x86_64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:31.7656320Z upload failed: obj/build/dist/rust-analysis-nightly-i686-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-i686-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7656862Z upload failed: obj/build/dist/rust-analysis-nightly-i686-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-i686-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:31.7657619Z upload failed: obj/build/dist/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7759034Z upload failed: obj/build/dist/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:31.7759902Z upload failed: obj/build/dist/rust-std-nightly-aarch64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-aarch64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:31.7761075Z upload failed: obj/build/dist/rust-std-nightly-armv7-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-armv7-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7761671Z upload failed: obj/build/dist/rust-std-nightly-i686-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-i686-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:31.7762223Z upload failed: obj/build/dist/rust-std-nightly-i686-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-i686-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7778504Z upload failed: obj/build/dist/rust-std-nightly-arm-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-arm-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7849100Z upload failed: obj/build/dist/rust-std-nightly-thumbv7neon-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-thumbv7neon-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7869193Z upload failed: obj/build/dist/rust-std-nightly-x86_64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-x86_64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:31.7871050Z upload failed: obj/build/dist/rust-std-nightly-x86_64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-x86_64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7881894Z upload failed: obj/build/dist/rust-std-nightly-armv7-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-armv7-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:31.7883772Z upload failed: obj/build/dist/rust-std-nightly-arm-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-arm-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:31.7898203Z upload failed: obj/build/dist/rust-std-nightly-aarch64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-aarch64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:31.7899279Z upload failed: obj/build/dist/rust-std-nightly-thumbv7neon-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-thumbv7neon-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:34.8826123Z Command failed. Attempt 4/5:
2019-09-19T01:10:35.5193717Z upload failed: obj/build/dist/image-dist-android.txt to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/image-dist-android.txt Unable to locate credentials
2019-09-19T01:10:35.5214209Z upload failed: obj/build/dist/rust-analysis-nightly-aarch64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-aarch64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5255133Z upload failed: obj/build/dist/rust-analysis-nightly-arm-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-arm-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5312082Z upload failed: obj/build/dist/rust-analysis-nightly-arm-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-arm-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:35.5439411Z upload failed: obj/build/dist/rust-analysis-nightly-i686-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-i686-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5440790Z upload failed: obj/build/dist/rust-analysis-nightly-aarch64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-aarch64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:35.5461426Z upload failed: obj/build/dist/rust-analysis-nightly-armv7-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-armv7-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:35.5499736Z upload failed: obj/build/dist/rust-analysis-nightly-armv7-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-armv7-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5532612Z upload failed: obj/build/dist/rust-analysis-nightly-i686-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-i686-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:35.5642365Z upload failed: obj/build/dist/rust-std-nightly-aarch64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-aarch64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:35.5665302Z upload failed: obj/build/dist/rust-std-nightly-arm-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-arm-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5666127Z upload failed: obj/build/dist/rust-std-nightly-arm-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-arm-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:35.5666921Z upload failed: obj/build/dist/rust-analysis-nightly-x86_64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-x86_64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:35.5718110Z upload failed: obj/build/dist/rust-std-nightly-armv7-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-armv7-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:35.5832390Z upload failed: obj/build/dist/rust-std-nightly-armv7-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-armv7-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5833814Z upload failed: obj/build/dist/rust-std-nightly-i686-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-i686-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:35.5835185Z upload failed: obj/build/dist/rust-std-nightly-thumbv7neon-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-thumbv7neon-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5836183Z upload failed: obj/build/dist/rust-std-nightly-thumbv7neon-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-thumbv7neon-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:35.5837041Z upload failed: obj/build/dist/rust-std-nightly-x86_64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-x86_64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5838057Z upload failed: obj/build/dist/rust-analysis-nightly-x86_64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-x86_64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5838849Z upload failed: obj/build/dist/rust-std-nightly-i686-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-i686-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5839761Z upload failed: obj/build/dist/rust-std-nightly-aarch64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-aarch64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5841264Z upload failed: obj/build/dist/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:35.5849686Z upload failed: obj/build/dist/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:35.5852019Z upload failed: obj/build/dist/rust-std-nightly-x86_64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-x86_64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:39.6793522Z Command failed. Attempt 5/5:
2019-09-19T01:10:40.3413392Z upload failed: obj/build/dist/image-dist-android.txt to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/image-dist-android.txt Unable to locate credentials
2019-09-19T01:10:40.3472437Z upload failed: obj/build/dist/rust-analysis-nightly-aarch64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-aarch64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:40.3601576Z upload failed: obj/build/dist/rust-analysis-nightly-aarch64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-aarch64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:40.3635050Z upload failed: obj/build/dist/rust-analysis-nightly-arm-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-arm-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:40.3691566Z upload failed: obj/build/dist/rust-analysis-nightly-i686-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-i686-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:40.3741676Z upload failed: obj/build/dist/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:40.3743142Z upload failed: obj/build/dist/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-thumbv7neon-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:40.3776961Z upload failed: obj/build/dist/rust-analysis-nightly-i686-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-i686-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:40.3918553Z upload failed: obj/build/dist/rust-analysis-nightly-arm-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-arm-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:40.3936643Z upload failed: obj/build/dist/rust-std-nightly-aarch64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-aarch64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:40.3945163Z upload failed: obj/build/dist/rust-std-nightly-arm-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-arm-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:40.3953094Z upload failed: obj/build/dist/rust-std-nightly-arm-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-arm-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:40.3954056Z upload failed: obj/build/dist/rust-std-nightly-armv7-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-armv7-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:40.3955168Z upload failed: obj/build/dist/rust-std-nightly-armv7-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-armv7-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:40.3992461Z upload failed: obj/build/dist/rust-analysis-nightly-armv7-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-armv7-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:40.4012612Z upload failed: obj/build/dist/rust-analysis-nightly-x86_64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-x86_64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:40.4026044Z upload failed: obj/build/dist/rust-analysis-nightly-armv7-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-armv7-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:40.4065999Z upload failed: obj/build/dist/rust-std-nightly-i686-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-i686-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:40.4066832Z upload failed: obj/build/dist/rust-std-nightly-thumbv7neon-linux-androideabi.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-thumbv7neon-linux-androideabi.tar.xz Unable to locate credentials
2019-09-19T01:10:40.4078672Z upload failed: obj/build/dist/rust-std-nightly-x86_64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-x86_64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:40.4113096Z upload failed: obj/build/dist/rust-std-nightly-aarch64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-aarch64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:40.4113856Z upload failed: obj/build/dist/rust-std-nightly-x86_64-linux-android.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-x86_64-linux-android.tar.gz Unable to locate credentials
2019-09-19T01:10:40.4127927Z upload failed: obj/build/dist/rust-std-nightly-thumbv7neon-linux-androideabi.tar.gz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-thumbv7neon-linux-androideabi.tar.gz Unable to locate credentials
2019-09-19T01:10:40.4129186Z upload failed: obj/build/dist/rust-std-nightly-i686-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-std-nightly-i686-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:40.4193098Z upload failed: obj/build/dist/rust-analysis-nightly-x86_64-linux-android.tar.xz to s3://rust-lang-ci2/rustc-builds/26918565d4693ae244e39972cdf6e533567e6821/rust-analysis-nightly-x86_64-linux-android.tar.xz Unable to locate credentials
2019-09-19T01:10:40.5084234Z The command has failed after 5 attempts.
2019-09-19T01:10:40.5220854Z ##[error]Bash exited with code '1'.
2019-09-19T01:10:40.5248431Z ##[section]Starting: Upload CPU usage statistics
2019-09-19T01:10:40.5252163Z ==============================================================================
2019-09-19T01:10:40.5252285Z Task         : Bash
2019-09-19T01:10:40.5252363Z Description  : Run a Bash script on macOS, Linux, or Windows

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@bors
Copy link
Contributor

bors commented Sep 19, 2019

💔 Test failed - checks-azure

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Sep 19, 2019
@Centril Centril closed this Sep 19, 2019
@Centril Centril deleted the rollup-ihvl67i branch September 19, 2019 01:16
@Centril Centril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants